Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: fixed removal of column leading to no refresh #300

Merged
merged 1 commit into from
Jul 1, 2024

Conversation

BenjaminPabst
Copy link
Contributor

When removing the last entry of the active columns the event was not emitted because the index positions of the active list did not change (no iteration over the removed element is happening). By checking the length as well, we cover this case.

@anninowak anninowak merged commit 47ee1c9 into onecx:main Jul 1, 2024
4 of 6 checks passed
github-actions bot pushed a commit that referenced this pull request Jul 2, 2024
## [4.38.0](v4.37.1...v4.38.0) (2024-07-02)

### Features

* revert multi version functionality ([#303](#303)) ([6f677bd](6f677bd))

### Bug Fixes

* fixed removal of column leading to no refresh ([#300](#300)) ([47ee1c9](47ee1c9))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants